LinuxQMISDK  SLQS04.00.27
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
qaCtlGetClientId.h
Go to the documentation of this file.
1 /*
2  * \ingroup ctl
3  *
4  * \file qaCtlGetClientId.h
5  *
6  * \brief This file contains definitions, enumerations, structures and
7  * forward declarations for qaCtlGetClientId.c
8  *
9  * Copyright: © 2019 Sierra Wireless, Inc. all rights reserved
10  *
11  */
12 
13 #ifndef __CTL_GET_CLIENT_ID_MSG_H__
14 #define __CTL_GET_CLIENT_ID_MSG_H__
15 
16 
17 
18 /* enum declarations */
19 /*
20  * An enumeration of eQMI_CTL_GET_CLIENT_ID request TLV IDs
21  *
22  */
24 {
26 };
27 
32 {
34 };
35 
36 /*
37  * This structure contains the GetClientId request parameters.
38  *
39  * \sa qaGobiApiCtl.h for parameter descriptions
40  *
41  */
43 {
45 };
46 
47 /*
48  * This structure contains the GetClientId response parameters.
49  *
50  */
52 {
53  /* Every response message must have a results structure */
55 
58 };
59 
60 /*
61  * Prototypes
62  *
63  */
65  WORD *pMlength,
66  BYTE *pBuffer,
67  BYTE serviceType );
68 
70  BYTE *pMdmResp,
71  struct QmiCtlGetClientIdResp *pApiResp );
72 
73 #endif /* __CTL_GET_CLIENT_ID_MSG_H__ */
eQCWWANError
Definition: qmerrno.h:19
Definition: qaCtlGetClientId.h:33
unsigned char BYTE
Definition: SwiDataTypes.h:33
BYTE serviceType
Definition: qaCtlGetClientId.h:44
enum eQCWWANError UpkQmiCtlGetClientId(BYTE *pMdmResp, struct QmiCtlGetClientIdResp *pApiResp)
Definition: qaCtlGetClientId.h:42
eCTL_GET_CLIENT_ID_REQ
Definition: qaCtlGetClientId.h:23
Definition: SwiDataTypes.h:60
Definition: qaCtlGetClientId.h:25
BYTE * pClientId
Definition: qaCtlGetClientId.h:57
Definition: qaCtlGetClientId.h:51
CTL_GET_CLIENT_ID_RESP
Definition: qaCtlGetClientId.h:31
struct qmTlvResult results
Definition: qaCtlGetClientId.h:54
BYTE * pServiceType
Definition: qaCtlGetClientId.h:56
enum eQCWWANError PkQmiCtlGetClientId(WORD *pMlength, BYTE *pBuffer, BYTE serviceType)
unsigned short WORD
Definition: SwiDataTypes.h:35

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved